treeview: Check the selected node active flag before maybe starting rubberband
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 11 Aug 2014 16:02:12 +0000 (18:02 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 11 Aug 2014 16:09:16 +0000 (18:09 +0200)
commitb56f5cec3e2c6b421b57919b25457f452a2192b0
tree4cb511a9e7cd63eb7e76f9efdd4ba4a766bc3b76
parent13b8c2ec289394083f03ea94d70cc4830874fdfb
treeview: Check the selected node active flag before maybe starting rubberband

This check used to be present in the pre-gestures code, but was unintentionally
removed when splitting code into drag/multiclick gestures. The policy used to
be that if clicking happened on an already selected node, DnD would happen
instead of rubberband selection, so this behavior is resuscitated.

https://bugzilla.gnome.org/show_bug.cgi?id=734143
gtk/gtktreeview.c